home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6498 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  964 b 

  1. Path: dispatch.news.demon.net!demon!westridg.demon.co.uk
  2. From: Jon A Barrett <jbarrett@westridg.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Can Windows DLL identify caller?
  5. Date: Sun, 25 Feb 96 10:14:25 PDT
  6. Message-ID: <NEWTNews.825272087.8651.jbarrett@westridg.demon.co.uk>
  7. NNTP-Posting-Host: westridg.demon.co.uk
  8. X-NNTP-Posting-Host: westridg.demon.co.uk
  9. X-Newsreader: NEWTNews & Chameleon -- TCP/IP for MS Windows from NetManage
  10. MIME-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12.  
  13.  
  14. I've written a DLL in C that supplies 'secure' information to registered
  15. programs. I have a relatively safe mechanism to ensure that the registered
  16. programs have not been tampered with (checksums, image headers etc) but how
  17. can I tell whose calling.
  18.  
  19. Is there anyway that a DLL can identify something about the caller? Obviously
  20. it will have to be something implicit, caller supplied parameters would be
  21. open to abuse.
  22.  
  23. Any clues would be gratefully received.
  24.  
  25. Jon
  26.  
  27.  
  28.